runtime.gcControllerState.scannableStackSize (field)

4 uses

	runtime (current package)
		mgcpacer.go#L234: 	scannableStackSize uint64
		mgcpacer.go#L390: 	c.stackScan = atomic.Load64(&c.scannableStackSize)
		mgcpacer.go#L956: 		atomic.Xadd64(&c.scannableStackSize, amount)
		mgcpacer.go#L961: 		atomic.Xadd64(&c.scannableStackSize, pp.scannableStackSizeDelta)